Cluster::CacheMinSize
Section: ET++ method description (n)
Updated: automatically Thu Mar 21 20:11:29 1991
Index
Return to Main Contents
NAME
Cluster::CacheMinSize - instance method
TEMPLATE
void CacheMinSize()
SPECIFIERS
protected
virtual
DESCRIPTION
CacheMinSize computes the overall minimum size of this and stores the result in the instvar minsize. The calculation is based on the alignment specification, the minimum gap and the number of rows and columns. CacheMinSize also fills the baseline, height and width arrays (see instvar bs ht wd) with the minimum sizes of each row and column.
The layout management of the Cluster can be customized by overriding this method. For example, the method Form::CacheMinSize reorders the VObjects before calling this method which results in a different layout.
Method is rarely overridden.
ARGUMENTS
none
RETURN ARGUMENT
void
CATEGORIES
overrider interface, implementation
FIRST DEFINITION
class Cluster
FILES
- implementation:
-
Cluster.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:31 GMT, March 30, 2022